test: add sandbox timer to test.dts
authorThomas Chou <[email protected]>
Fri, 11 Dec 2015 08:27:34 +0000 (16:27 +0800)
committerSimon Glass <[email protected]>
Thu, 7 Jan 2016 17:27:07 +0000 (10:27 -0700)
Add missing sandbox timer to test.dts, so that test-dm works.

Signed-off-by: Thomas Chou <[email protected]>
Acked-by: Simon Glass <[email protected]>
Tested-by: Simon Glass <[email protected]>
arch/sandbox/dts/test.dts

index b6d9a15da4a78782da6c5ebf95d6d37e1041c065..2e0d320b1e48d4c9b37a4d600c91d63b98afec76 100644 (file)
                        0x38 8>;
        };
 
+       timer {
+               compatible = "sandbox,timer";
+               clock-frequency = <1000000>;
+       };
+
        uart0: serial {
                compatible = "sandbox,serial";
                u-boot,dm-pre-reloc;